From 4f39bff712b3525c0098270e19b69b2be29871fb Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 18 Aug 2007 20:40:37 +0000 Subject: [PATCH] Revert unintentional change in Garmin that I introduced this morning. --- garmin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/garmin.c b/garmin.c index 74273bb9c..b4da87856 100644 --- a/garmin.c +++ b/garmin.c @@ -732,10 +732,9 @@ waypoint_write(void) if (global_opts.smart_names && wpt->gc_data.diff && wpt->gc_data.terr) { - snprintf(obuf, sizeof(obuf), "%s%d/%d %s %s", + snprintf(obuf, sizeof(obuf), "%s%d/%d %s", get_gc_info(wpt), wpt->gc_data.diff, wpt->gc_data.terr, -&wpt->shortname[2], src); memcpy(way[i]->cmnt, obuf, strlen(obuf)); } else { -- 2.30.2